How can I establish communication between a class Blueprint and animation Blueprint?

An answer to this is to use the skeletal variable in the class BP, from the skeletal object you can cast to the Anim BP that you want, then you can set variables in it from directly in your class.