Two different use cases, PGP symmetric encryption (AES-256) is strong like verzcrypt, but..
PGP uses asymmetric algorithms (eg RSA) for key exchange, which are vulnerable to quantum computing via Shor algorithm. If an attacker knows your public key, they could derive your private key on a powerful quantum computer, compromising the encryption.
With veracrypt, you can use cascading encryption algorithms, such as AES-Twofish-Serpent, for enhanced security. Its numerous key derivation iterations (customizable) via PBKDF2 make brute-force attacks, even quantum attacks, very difficult.
In short, veracrypt does not use an asymmetric algorithm at all because it is more suited for content encryption than content exchange, so, I would therefore say that it is even more resistant than the PGP due to its design.