Hi Mikhail,
Yes it is totally possible. Consider this section of the documentation:
You can set different volumetric heat sources with
import festim as F
my_model = F.Simulation()
my_model.sources = [
F.Source(value=10, volume=1, field="T"),
F.Source(value=20, volume=2, field="T"),
]