Вы пытались сыграть вторую часть после завершения первой?
animationView.play(fromProgress: 0,
toProgress: 1,
loopMode: LottieLoopMode.playOnce,
completion: { (finished) in
if finished {
print("Animation Complete, Start second one")
} else {
print("Animation cancelled")
}
})