How to run two program at same time in Netbeans

How to run two program at same time in Netbeans?

Only one project can be the main and run in netbeans,

But I have two program that must run at same time.

Write a third class that instantiates the other two.