Cómo llamar a otro método de controlador de vista cuando el botón haga clic desde otro iOS Swift

NotificationCenter.default.addObserver(self, selector: #selector(disconnectPaxiSocket(_:)), name: Notification.Name(rawValue: "disconnectPaxiSockets"), object: nil)
Panicky Pelican