Can seperate app draw in the same window?

Is it possible to draw to the same window from two seperate applications? What info needs to be shared and how?

Thanks

Nope, rendering can only take place in one thread per window, you have to make one of the apps render everything while the other sends instructions of what to render.