MATLAB: How to make a GUI Non-active But stays visible.

gui

There are two GUIs, GUI1 has several buttons one of them is used to run GUI2, and GUI2 has one “OK” button.
The Question:
How to make GUI1 non-active but stays visible when GUI2 is called, and Reversely how GUI1 can go back to be active, when GUI2 is closed.