We do not support generating geometry buffers for multiple camera views… It’s not supported by the pre-pass renderer, but it’s not supported by the default geometry buffer renderer either.
However, you can create instances of the geometry buffer renderer yourself (not through scene.enableGeometryBufferRenderer()), and create one instance for camera1 and another for camera2: