What's the best practice to communicate from the foreground app to the background app?

With Background.exit({...}) it is very easy and convenient to communicate background -> foreground. But is there a way to do the other way: foreground -> background. Kind of sending a job or a message?