Execute parameterized liquibase changeset multiple times with different parameters

have a parameterised changeset in an sql changelog.
would like to run this specific changeset over multiple values of the parameter on same database

is there any way to define the parent changelog.yaml such that it runs this specific changeset in an sql file multiple time?

Thank you