Using Sbt in order to run scalatest tests, you can put all test of a suite in parallel using the trait ParallelTestExecution and this works out of the box.
How to obtain the same result running scalatests tests inside Intellij Idea IDE? running test inside ide gives a better report and a colorful state of the results, better than sbt.