Postprocessing with multiple EffectComposers and WebGLRenderTargets

No. The problem is that each instance of WebGLRenderer has its own WebGL context. Sharing data like render targets between contexts is not possible. However, using multiple effect composers is okay.

It would be easier to provide more help if you can show the flicker with a reduced testcase. Maybe as a live example?