What is the code to execute another python program outside Kodi?

My add-on need to be run and communicate with another python program. I tried but could not embed that one as a service add-on. So currently it works when I execute that python program externally in a Terminal. Is there some function that allow me to start that program without the process managing of Kodi?