How to call parent method from Modal?

Is it possible somehow to call method of controller that called modal?

Basically I have HomePage in which I called UserInfoModalPage. Can I somehow call HomePage.changeStatus from UserInfoModalPage ?