Grab a global object and make it do stuff

/**
 * Some other file
 */

// grab the global
global $bundle_of_functionality;

// and use the public methods
// echos 'do stuff'
$bundle_of_functionality->do_stuff();