You cannot access the macro within the PPA directly as a shape action.
However you can create a macro within the presentation assign it to a shape,
then within the macro you can invoke the macro within the PPA.
Sub MyLocalMacro()
Application.Run "myaddin.ppa!MyAddinMacro"
End Sub