There are ways of executing tests in a given order. NormallyNormally though, tests have to be repeatable and independent to guarantee it is testing only the desired fuctionalityfunctionality and is not dependent on side effects of code outside of what is being tested.
So, to answer your question, you'll need to provide more information such as WHY it is important to run tests in a specific order.