Process communication between two standalone embedded camunda spring boot application

I have two standalone spring boot camunda embedded applications,

From Process A from first application i want to start a present in second application how can i achieve other than invoking a workflow through rest template

Thanks in Advance