jBPM5 processes run in the thread were they are started until they reach a wait-state (asynchronous work-item, human task, catch event, etc).
If you want to start a process into adifferent thread, just create a new thread and start it there :) .
Best Regards,