Using other model's configuration?

Let’s say I configure model A with some properties like meta or policy_tags or labels.

Can I access this configuration in different model? Let’s say I have model B and model A will be used in it.

I would like to use Jinja to give me columns of model A that has specific property. It’s something I can’t get from Information Schema. Is it possible to access the configuration context of a reference in jinja?