Start/stop process inside application by other process in the same application

Hi
My application contains several processes. Is it possible that one of the processes is started (or not started) by the other process in the same application.
Thanks,
Rafi

you can use IPC to call from one component to another component.