MATLAB: MATLAB runtime Windows multiple MCRs

MATLAB Compiler

"MATLAB runtime run in parallel if it's loaded on separate processes" How do you run multiple MCRs and make them use a separate process in windows……Please don't tell me to read the manual…Looking for precise instructions….Thanks
[Merged information from Duplicate Question]
When I run two executables concurrently they take double amount of time to run. The MCR is single threaded so running the compiled exe in another shell (command prompt call with &) doesn't help. This is running on a very fast 6 core i7 machine with 64 GB of ram. Is this a problem with JVM contention ?
How do I make two executable programs in Matlab run faster in Windows Server ?
Is this a limitation when you multiple compiled executables?
I'm hoping someone at Mathworks can answer this very simple question.

Best Answer

Thanks for that...However, when I run both executables concurrently they take double amount of time to run. The MCR is single threaded so running the compiled exe in another shell doesn't help. How do you run multiple MCR's ? I know different versions of the MCR can be installed and this provides concurrency to each compiled version.