If $P(A)$ and $P(A | B)$ are known, is it possible to calculate $P(B)$ or $P(AB)$?
Using definition of conditional probability: $P(A|B) = P(AB)/P(B)$
Here we don't know $P(AB)$ nor $P(B)$, so two unknowns and $1$ equation is impossible to solve uniquely.
Using Bayes theorem: $P(A|B) = [P(B|A)P(A)]/P(B)$
Here we don't know $P(B|A)$ nor $P(B)$ so again $2$ unknowns.
No, it cannot.
Consider the following examples:
vs.
The same values of $P(A)$ and $P(A|B)$ yield different values of $P(A \text{ and } B)$, because $P(B)$ can be anything.