I have the situation where i need access to multiple directive controller methods.
I can access a method from a parent directive using the require like so:
You need a comma after the require statement
require:['^parentDirective','otherDirective'], //<--- right there
Here's a plunker to show it working while requiring multiple directives