You can use the visible flag of camera2.

Camera2.visible = on;
or
Camera2.visible = off;

Btw: Use layer_sort(object,new_layer); for changing the layer of an object at runtime.