How to run test scripts in parallel using a single real android device

I wrote 10 tests that i run using my real android device and junit.
It takes a long time to run all of them Sequentially.
Is there a way to run it in parallel mode,like with @RunWith(ConcurrentTestRunner.class) for desktop apps?