Set Visibility of Widget from another Widget

Essentially I have a main menu widget, and an options widget. This seems the best way to do it, unless I’m wrong, instead of doing it all in one big widget blueprint. The problem becomes that I have to use create widget, and then destroy said widget every time, instead of just unhiding and hiding the options menu.

I am not sure how to let two widgets… see each other and their variables though, so that they can interact with them. Like I’d like the options menu to be able to hide itself and at the same time, unhide the main menu, but they can only interact with their own variables it seems.