Is it possible to call game.state function from other game.state?

Hi,
Just wondering how can I reuse some functions from one game.state to other without creating it again. Is it possible?
I just want to add more functions in other game state but also able to use all from other game state.